.santa_container {
  width: 100%;
  min-height: 100%;
  position: relative;
}



.santa_intro_container_main_title_container {
  width: 100%;
  background-image: url(../images/santa_paper_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}


.santa .btnWrapper {
  max-width: 280px;
}









.santa_table_tr3_td2_staff {
  border-right: 0px dotted #98855d !important;
}


w
/* 
.santa_intro_container_main_table td::after {
  content: "";
  display: block;
  height: 100%;
  width: 1px;
  background-image: url(../images/deco_dottedLine.png);
} */

.santa_intro_container_main_table {
  border: 1px solid #98855d;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  background-color: rgba(255, 255, 255, 0.2);
  /* overflow: hidden; */

  border-collapse: separate;

  position: relative;
  /* margin-bottom: 95px; */
  max-width: 700px;
  font-size: 14px;
}




.santa_intro_container_main_bottom_deco_left1 {
  width: 20%;
  aspect-ratio: 253/300;
  background-image: url(../images/deco_xmas_tree2.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  bottom: 0px;
  left: 0px;
  position: absolute;
}

.link_to_purchase {
  text-align: center;
  font-size: 16px;
  color:  #6b7728;

  /* Desktop EN/Body - Regular */
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-decoration-line: underline;
  overflow-wrap: break-word;
}




.santa_intro_container_main_bottom_deco_left2 {
  width: 40%;
  aspect-ratio: 737 / 265;
  background-image: url(../images/deco_gray_paper_memo.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 2;
}

.santa_intro_container_main_bottom_deco_right1 {
  width: 70%;
  aspect-ratio: 1124 / 285;
  background-image: url(../images/deco_eggs_with_paper.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.santa_intro_container_main_bottom_deco_right2 {
  width: 40%;
  aspect-ratio: 752 / 386;
  background-image: url(../images/myBooking_red_check_paper.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0px;
  right: 16px;
  z-index: 0;
  transform: rotate(-4.617deg);
}

.deco_star1 {
  display: block;
  min-width: 24px;
  width: 3%;
  aspect-ratio: 1/1;
  transform: rotate(-29.71deg);
  background-image: url(../images/deco_star_gold_middle.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 2%;
  top: 8%;
  animation: 3s bounce ease-in-out infinite;
}

.deco_star2 {
  display: block;
  width: 3%;
  min-width: 25px;
  aspect-ratio: 1 / 1;
  transform: rotate(14.231deg);
  background-image: url(../images/deco_red_star.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 20%;
  top: 36%;
  animation: 3.2s bounceRe ease-in-out infinite;
}

.deco_star3 {
  display: block;
  width: 2%;
  min-width: 15px;
  aspect-ratio: 1 / 1;
  transform: rotate(14.231deg);
  background-image: url(../images/deco_gold_star_small.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 26%;
  top: 44%;
  animation: 3.5s bounce ease-in-out infinite;
}

@media (max-width: 960px) {
  .santa_kv_container {
    width: 100%;
    /* height: 100%; */
    position: relative;
    overflow: hidden;
    aspect-ratio: 390 / 491;
    min-height: 350px;
  }
  .santa_kv_container_monster {
    width: 100%;
    aspect-ratio: 1440 / 733;
    /* height: 100%; */
    background-image: url(../images/santa_grove_kv.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: absolute;
    z-index: 1;
    bottom: 58px;
    left: -4%;
    max-height: 900px;
    margin-top: 80px;
    scale: 2;
  }

  .santa_intro_container_main_title {
    width: 320px;
    height: 50px;
    background-image: url(../images/santa_grove_title_tag.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    background-color: transparent;
    display: flex;
    justify-content: center;
    color: #eee2c8;
    text-align: center;
    text-shadow: 0px 0px 4px #dfd3b9;
    font-family: "Josefin Sans";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 36px;
  }

  .columnHead {
    padding-inline: 0px;
    background-color: #98855d;
    min-width: 90px;
    align-content: end;
    height: 100px;
  }


  .santa_intro_container_main_table {
    min-width: 320px;
    width: 90%;
  }

  .santa_intro_container_main_table::after {
    content: none;
  }

  .santa_intro_container_deco {
    width: 43%;
    aspect-ratio: 210 / 323;
    background-image: url(../images/deco_santa_intro_tree.png);
    background-size: 100% auto;
    background-repeat: no-repeat;

    display: none;
  }

  .santa_intro_container_main_desc {
    font-size: 16px;
    /* padding-inline: 5%; */
    text-align: left;
  }
}
